home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gui / guienv372.lha / GUIEnvironment / ReadMe.FIRST < prev    next >
Encoding:
Text File  |  1994-09-15  |  1.9 KB  |  60 lines

  1. Short: Shared GUI library (Object orientated) V37.2
  2. Type: dev/gui
  3. Uploader: tarot@uni-paderborn.de (Carsten Ziegeler)
  4. Author: tarot@uni-paderborn.de (Carsten Ziegeler)
  5.  
  6. This is the new release (V37.2) of the guienv.library.
  7.  
  8. It does a lot of work for you while creating, checking and
  9. handling GUIs.
  10. This can be done in an "object orientated way", because GUIEnv
  11. does nearly most of the intuition/gadtools message handling
  12. WITHOUT bothering the application !
  13.  
  14.  
  15. Some special features:
  16. - access to all gadtools and BOOPSI gadgets
  17. - supports gadtools menus
  18. - own gadget kinds (progress indicator, some border kinds)
  19. - key equivalents are handled automatically
  20. - self resizable GUIs
  21. - font adaptive GUIs
  22. - gadget and menu help functions using the AmigaGuide
  23. - Localization of gadgets and menus without changing the source
  24. - very small but fast shared library (usable with every compiler/
  25.   programming language which is able to acces shared libraries)
  26. - interface modules for SAS/C, M2Amiga and OberonA
  27. - english documentation
  28. - examples with full source code for each compiler !
  29.  
  30. GUIEnv requires at least OS2.04, because the gadtools and the
  31. asl library are used !
  32.  
  33.  
  34. Changes to v37.1:
  35. - New gadget handling
  36. - Fixed locale.library problems
  37. - Font adaptable GUIs
  38.  
  39.  
  40. ATTENTION
  41. ---------
  42. Due to the major changes the library is not upward compatible ! But as
  43. the old versions didn't work on all Amigas I think you can just forget
  44. those one and install this new version and see it as the FIRST version !
  45. If you have any source for the guienv.library you have to adapt the
  46. source in some cases:
  47. - Use only amiga callback hooks
  48. - Each gadtools gadget needs the text position flags !
  49. From now on the versions WILL BE UPWARD COMPATIBLE !
  50.  
  51.  
  52. Just before I finished this release I recognized that the examples still
  53. have the version number 37.1 ! I had no time to fix this - so please
  54. don't be confused....
  55.  
  56.  
  57. Enjoy it !
  58.  
  59. September 1994, Carsten Ziegeler
  60.